home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1995 November / What PC November 1995.iso / whatpc.dir / 00101_Script_101 < prev    next >
Text File  |  1999-10-16  |  174b  |  8 lines

  1. on exitFrame
  2.   mci "status video mode"
  3.   if  the result = "stopped" then
  4.     mci "close video"
  5.     set the visible of sprite 48 to FALSE
  6.   end if
  7.   go to "Movies2"
  8. end